Extended IP lookup
GET/extended_lookup/:ip
Get comprehensive information about an IP address including all basic info plus fingerprints, network ports, geo information, and HTTP data
Request
Responses
- 200
- 400
- 401
- 429
- 500
Success - Returns document with seen:true if IP is found, or seen:false if IP is not found
Response Headers
Maximum number of requests allowed per minute
Maximum number of requests allowed per month
Number of remaining requests for the current minute
Number of remaining requests for the current month
Bad request - Invalid parameters or IP format
Unauthorized - Invalid or missing API key
Too Many Requests - API rate limit exceeded
Response Headers
Maximum number of requests allowed for the current window
Number of remaining requests (0 when limit exceeded)
Number of seconds until the rate limit resets
Number of seconds to wait before retrying the request
Server error - Internal server error